libxl: usb2 and usb3 controller support for upstream qemu
authorFabio Fantoni <fabio.fantoni@m2r.biz>
Thu, 5 Dec 2013 14:40:47 +0000 (14:40 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 6 Dec 2013 11:55:13 +0000 (11:55 +0000)
commitbba6747189fb9c4cb51f3c99977d224615106c59
tree7a36052cdb6e32a62b48d5abf2522885479c42f6
parentb1eb91ed58f9cf9d3144424810752807eab27f57
libxl: usb2 and usb3 controller support for upstream qemu

Usage: usbversion=1|2|3 (default=0, no usb controller defined)
Specifies the type of an emulated USB bus in the guest. 1 for usb1,
2 for usb2 and 3 for usb3, it is available only with upstream qemu.
The old usb and usbdevice parameters cannot be used with this.

Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/man/xl.cfg.pod.5
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c